'>>>>If you want to set it back to NoTopMost, then just change the argument to HWND_NOTOPMOST<<<<
'>>>>Visual Basic 3.0 has a bug that causes the app to lose topmost when it is minimized, to overcome that, simply call the function within the Form_Resize procedure, but use the argument 1 instaed of FLAGS or else
'when you resize the form, the form will be positioned at the 0, 0 coordinate that you'd specified in the argument above.<<<<
Form1.Top = Screen.Height - Form1.Height
Form1.Left = Screen.Width - Form1.Width
timer1.Interval = 150 ' Set Interval.
End Sub
Sub Label1_DblClick ()
about.Show
End Sub
Sub Label1_MouseDown (Button As Integer, Shift As Integer, X As Single, Y As Single)